home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / stabIntro.dxr / Internal_20.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  358 b   |  19 lines

  1. on mouseLeave
  2.   set the visible of sprite the currentSpriteNum to 0
  3. end
  4.  
  5. on mouseUp
  6.   case the mouseLine of
  7.     1:
  8.       seeMore("moreOutcast", "mopatr")
  9.     2:
  10.       seeMore("moreOutcast", "mozion")
  11.   end case
  12.   set the visible of sprite the currentSpriteNum to 0
  13.   updateStage()
  14. end
  15.  
  16. on mouseWithin
  17.   hilite line the mouseLine of field the mouseMember
  18. end
  19.